home *** CD-ROM | disk | FTP | other *** search
- November 1991
-
- G N U P L O T I O
-
- Gnuplotio is a C-function interface library which allows an
- application program to run Gnuplot interactively over UNIX pipes.
- Possible uses include using gnuplot as a cheap graphics library.
- By passing it data files and plot commands an application can have
- graphics without writing any graphics code.
-
- If gnuplot has the "table" terminal type,
- then Gnuplotio turns Gnuplot into a poor man's expression evaluator.
-
-
-
- Written by Kevin Russo SFA, Inc/Naval Research Lab, Code 5133 March 1991
- russo@orion.nrl.navy.mil or russo@rudedog.nrl.navy.mil
-
- Compiling the demo. gplot.c is a sample program using the library.
- % make gplot
-
- Detailed documentation - see gnuplotio.3 for details.
- % make man
- % cat gnuplotio.3 | col | ul | more -s -f -
-